Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ainModule #39

Merged
merged 5 commits into from
Sep 18, 2023
Merged

Add ainModule #39

merged 5 commits into from
Sep 18, 2023

Conversation

yoojinko
Copy link
Collaborator

No description provided.

@yoojinko yoojinko changed the title feat: add AinModule Add ainModule Sep 18, 2023
@akastercomcom
Copy link
Collaborator

login logout상태 확인을 위해 isLogIn 같은 필드가 하나 있으면 좋을 것 같습니다.

@akastercomcom
Copy link
Collaborator

akastercomcom commented Sep 18, 2023

LGTM with comments
Thanks!

@yoojinko
Copy link
Collaborator Author

yoojinko commented Sep 18, 2023

login logout상태 확인을 위해 isLogIn 같은 필드가 하나 있으면 좋을 것 같습니다.

login 관련은 ainize 에서 진행할 것 같아 setDefaultAccount만 우선 넣어놨는데 ain에서 진행하는게 좋을까요? 우선 getDefaultAccount 함수는 추가하겠습니다. @akastercomcom

@akastercomcom
Copy link
Collaborator

login logout상태 확인을 위해 isLogIn 같은 필드가 하나 있으면 좋을 것 같습니다.

login 관련은 ainize 에서 진행할 것 같아 setDefaultAccount만 우선 넣어놨는데 ain에서 진행하는게 좋을까요? 우선 getDefaultAccount 함수는 추가하겠습니다. @akastercomcom

isLoggIn을 이용해야 model에서 login했을 경우 사용하는 함수들 체크를 할 수 있을 것 같습니다.
login메소드는 ainize를 통해 하지만, 상태는 ain에서 관리하는 것이 좋을 것 같습니다.

src/ain.ts Outdated
}

setDefaultAddress(privateKey: string) {
if(!this.checkAinInitiated())
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

error를 던지는 부분까지 AinInitated에 포함시키는 건 어떨까요?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@akastercomcom
Copy link
Collaborator

isLogin 하나만 추가해 주시고 머지 부탁드립니다!( model 구현할 때 필요합니다)

@yoojinko
Copy link
Collaborator Author

isDefaultAccountExist 추가하여 login 여부 판단할 수 있도록 변경하였습니다. ainize / model 에서 이 함수 호출하여 로그인 여부 관리하면 좋을 것 같습니다.

@yoojinko
Copy link
Collaborator Author

Thanks for the review!

@yoojinko yoojinko merged commit 45aad18 into develop Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants